home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / blitz / gorny3dset.lha / letterT.plg < prev    next >
Text File  |  1996-01-14  |  773b  |  38 lines

  1. #PLG 3D OBJECT FILE FORMAT 
  2.  
  3. ; is a comment as well as #
  4.  
  5. letter_T 8 2
  6.  
  7.  
  8. ;  X  Y  Z   No.
  9. ;---------------
  10.    
  11.  -60 90  0   #0
  12.   60 90  0   #1
  13.   60 70  0   #2
  14.  -60 70  0   #3
  15.  -20 70  0   #4
  16.   20 70  0   #5
  17.   20  0  0   #6
  18.  -20  0  0   #7
  19.  
  20. ;only two polygons here
  21.  
  22. ;one sided polygons, two sided polygons do not render properly when viewd
  23. ;from behind in 2B3D. It's just one of those bugs...  :(
  24.  
  25.  
  26. ;Color   No. of vertices    Vertices which
  27. ;field   in this polygon    make up the poly
  28. ;-------------------------------------------
  29.  
  30.   4096           4              0 1 2 3
  31.  
  32.   4096           4              4 5 6 7
  33.  
  34. ;
  35. ;Remember about the importance of proper order of listed pixels. They must
  36. ;be listed in clock wise order, otherwise they will not get rendered properly. 
  37. ;
  38.